@font-face {
	font-family: 'awh';
	src:url('../fonts/awh.eot');
	src:url('../fonts/awh.eot?#iefix') format('embedded-opentype'),
		url('../fonts/awh.woff') format('woff'),
		url('../fonts/awh.ttf') format('truetype'),
		url('../fonts/awh.svg#awh') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
	font-family: 'awh';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="fa-"] {
*/
.fa.fa-school, .fa.fa-corporate, .fa.fa-charity, .fa.fa-trek{
	font-family: 'awh';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
}
.fa-school:before {
	content: "\e903";
}
.fa-corporate:before {
	content: "\e902";
}
.fa-charity:before {
	content: "\e901";
}
.fa-trek:before {
	content: "\e900";
}
